8 #ifndef GENERALFILEREADER_H_
9 #define GENERALFILEREADER_H_
15 #include <boost/unordered_map.hpp>
38 long open(
const std::string& filename);
40 std::vector<float>*
getVariable(
const std::string& variable);
42 std::vector<float>*
getVariable(
const std::string& variable,
long startIndex,
long count);
43 std::vector<float>*
getVariable(
long variableID,
long startIndex,
long count);
76 boost::unordered_map<std::string, boost::unordered_map<std::string, Attribute> >
vAttributes;